.top-bar {
  background: #f3f3f3;
  color: #303030;
  padding: 5px 0;
}

.top-bar a {
  color: #303030;
}

@media (max-width: 1199px) {
  .top-bar {
    display: none;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-content h1 {
  animation: slideInFromLeft 1s ease-out forwards;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 5px auto;
  padding: 0 60px;
  align-items: center;
}
.social-links {
  display: flex;
  align-items: center;
}
.social-links a {
  display: flex;
  align-items: center;
}
.contact-info a,
.social-links a {
  color: #303030;
  margin-right: 15px;
  text-decoration: none;
}

.main-header {
  background: #fff;
}
@media (max-width: 1199px) {
  .main-header {
    margin: 20px 0 0;
    padding-bottom: 15px;
  }
 .main-header.header-2 {
    margin: 20px 0 0;
    padding-bottom: 15px;
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 1200px) {
.header-inner {
  display: flex;
  height: 100px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 60px;
}
}

.logo img {
  height: 60px;
}

.main-navigation ul {
  list-style: none;
  display: flex;
}
@media (min-width: 1399px) {
.main-navigation ul {
    font-size: 1.5rem;
}
}
@media (max-width: 1398px) {
.main-navigation ul {
    font-size: 1rem;
}
}

.main-navigation li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
  font-family: Oswald, sans-serif;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-actions a {
  padding: 10px 15px;
  text-decoration: none;
  color: #007bff;
}

.header-actions .donate {
  font-family: Oswald, sans-serif;
  color: black;
  border-radius: 4px;
  text-transform: uppercase;
    font-weight: 500;
}
.header-2 .header-actions .donate {
  font-family: Oswald, sans-serif;
  color: white;
  border-radius: 4px;
  text-transform: uppercase;
    font-weight: 500;
}
@media(min-width: 1200px) {
section:not(.full-width-section) {
  padding-left: 60px;
  padding-right: 60px;
}
}
.full-width-section {
  width: 100%;
  display: block;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 500px; /* Adjust the height as needed */
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -1;
}

.hero-content {
  z-index: 5;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  height: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: 680px;
  text-align: left;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 2rem;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
.hero-content h1 {
  line-height: 4rem;
}
@media (min-width: 1200px) {
  .hero-content {
    padding-left: 10%;
    padding-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .hero-content {
    margin-left: 10px;
  }
}
.button-group {
  margin-top: 20px;
}

.column {
  width: 100%;
}

.widget-wrap {
  padding: 20px;
}

.slider-container {
  position: relative;
}

.slider-wrapper {
  overflow: hidden;
}

.slider {
  position: relative;
}

.slides {
  position: relative;
}

.slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
}

.button {
  padding: 10px 20px;
  margin: 0 10px;
  text-decoration: none;
  display: inline-block;
  color: white;
  border: 2px solid white;
}

.button.filled {
  background-color: #007bff;
}

.button.outlined {
  background-color: transparent;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  /* Добавьте стили для стрелок */
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

/* Основные Стили Грида */
.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.grid-item {
  position: relative;
}

.grid-item img {
  max-width: 100%;
  height: auto;
}

.grid-item h3 {
  margin: 12px 0;
}

.grid-item p {
  margin: 0;
}

/* Адаптивные Стили для Планшетов */
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Адаптивные Стили для Мобильных Телефонов */
@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.statistics-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f8f8f8; /* Цвет фона секции */
}

.grid-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  gap: 30px;
}

.statistics-text h2 {
  margin-bottom: 15px;
}

.statistics-text p {
  font-size: 18px;
}

.statistics-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.number {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  font-weight: bold;
}

.description {
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .statistics-container {
    grid-template-columns: 1fr;
  }

  .statistics-numbers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .statistics-numbers {
    grid-template-columns: 1fr;
  }
}

.contact-image-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Две колонки на десктопе */
  align-items: center;
  margin: auto;
  gap: 30px;
}

.contact-form {
  padding: 40px;
  background-color: #f4f4f4; /* Цвет фона формы */
}

.contact-form h2 {
  margin-bottom: 1rem;
}

.contact-form p {
  margin-bottom: 2rem;
}

.contact-form form {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.contact-form label {
  margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid black;
}

.contact-form .feedback__bottom input {
    border-bottom: none;
}

.input.feedback__input {
    width: 100%;
}
.feedback__input:last-child {
    margin-bottom: 1.5rem;
}
.input input, .input textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    font-family: Roboto, sans-serif;
}
.contact-form button, .contact-form btn {
  padding: 0.5rem 0;
  color: rgb(0, 0, 0);
  border: none;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-image {
  background-size: cover;
  background-position: center;
  height: 100%;
}

@media (max-width: 768px) {
  .contact-image-container {
    grid-template-columns: 1fr;
  }

  .contact-image {
    order: -1;
  }
}

.requirements-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-column {
  flex-basis: 50%;
  /* Убедитесь, что у вас есть правильные размеры для вашего изображения */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-column img {
  max-width: 100%;
  height: auto;
}

.text-column {
  flex-basis: 50%;
  padding-left: 20px;
}

.text-column h2 {
  margin-bottom: 16px;
}

.text-column p {
  font-size: 16px;
  margin-bottom: 24px;
}

.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  font-size: 16px;
  margin-bottom: 8px;
}

.checklist span {
  color: green;
  margin-right: 8px;
}

/* Адаптивность для мобильных устройств, если нужно */
@media (max-width: 768px) {
  .requirements-section {
    flex-direction: column;
  }

  .image-column,
  .text-column {
    flex-basis: 100%;
  }

  .text-column {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
}
.blog-post {
  display: flex;
  flex-direction: column;
  margin: 3rem auto;
}

.blog-post-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.blog-post-content {
  text-align: left;
}

.blog-post-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
}

.blog-post-title {
  color: #333;
  font-size: 24px;
  margin-bottom: 15px;
}

.blog-post-excerpt {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.blog-post-read-more {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #007bff;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

.blog-post-read-more:hover {
  background-color: #007bff;
  color: #fff;
}

.full-width-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin: 0;
  padding: 0;
}

.full-width-banner > * {
  flex: 1 1 33%;
}
@media(max-width: 768px) {
  .full-width-banner {
    flex-direction: column;
    gap: 20px;
}
.banner-image img {
  margin: auto;
}
}
.banner-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 375px;
}

.banner-content {
  text-align: center;
  padding: 0 20px;
}

.banner-content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.banner-content h2 {
    margin: 1.5rem 0;
}

.banner-content p {
  margin-bottom: 1em;
}

.donate-button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

/* Подстраиваем размеры изображений и контента для разных размеров экрана */
@media (max-width: 768px) {
  .banner-image img {
    width: 50%;
  }

  .banner-content {
    flex-basis: 50%;
  }
}

@media (max-width: 480px) {
  .full-width-banner {
    flex-direction: column;
  }

  .banner-image img {
    width: 100%;
  }

  .banner-content {
    order: -1; /* помещает контент между изображениями */
  }
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.card {
  flex: 0 1 33%; /* 33% для десктопа */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.card-image {
  width: 100%;
  display: block;
}
.card-content {
  padding: 15px;
}
.card-title {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}
.card-text {
  font-size: 14px;
  color: #666;
}
.card-date {
  font-size: 12px;
  color: #999;
}
@media (max-width: 768px) {
  .card {
    flex: 0 1 50%;
  }
}
@media (max-width: 480px) {
  .card {
    flex: 0 1 100%;
  }
}

.footer {
  padding: 20px;
  background-color: #f8f8f8; /* Change as needed */
  font-family: "Arial", sans-serif; /* Use your preferred font */
  color: #333; /* Change as needed */
}
.footer-container {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  margin: auto;
  text-align: center;
  flex-wrap: wrap;
}
.footer-container h5 {
  margin: 10px auto;
  font-size: 1.6rem;
}
.footer-container li,
.footer-container p {
  font-size: 0.8rem;
  font-weight: 600;
}
.footer-container li a {
  font-weight: 600;
}
.footer-column {
  display: flex;
  flex-direction: column;
}

.footer-logo img {
  max-width: 160px;
  width: 100%;
  height: auto;
  min-width: 120px;
}


.footer-contact a,
.footer-links a {
  color: #333; /* Change as needed */
  text-decoration: none;
  font-size: 0.8rem;
    font-weight: 600;
}
.footer-about p {
  font-size: 0.9em;
}
.header__language {
  position: relative;
  font-family: 'Oswald', sans-serif;
}

.header__language-current {
  padding: 5px 10px;
  cursor: pointer;
}

.header-2 .header__language-current {
    color: #fff;
}

.header__language-current p {
  margin: 0;
}

.header__language-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  z-index: 1000;
}

.header__language-list a {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}

.header__language-list a:hover {
  background-color: #e9e9e9;
}

.header__language:hover .header__language-list {
  display: block;
}

.search svg {
  width: 1em;
  height: auto;
}
.opener-icon {
  fill: currentColor;
}
.statistics-section .grid-item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.statistics-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0 10px 0;
  gap: 15px;
}
.statistics-item .description {
  font-weight: 700;
  margin: 5px 0 0 0;
  line-height: 1.2rem;
}
@media (max-width: 767px) {
.grid-container-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  gap: 30px;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.statistics-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 10px 0;
  gap: 15px;
}
}

.contact-info-container {
  display: flex;
  margin: auto;
  max-width: 960px;
}
.contact-info-container .info {
  display: flex;
  width: 50%;
  flex-direction: column;
}
.contact-info-container .info-p {
  display: flex;
  gap: 20px;
}
.contact-info-container .contact-form {
  display: flex;
  width: 50%;
}
.case-section {
  background-color: #F6F6F6;
  padding: 3rem 0;
}
.case-section h2.h2 {
  padding: 2.6rem 0 3rem 0;
}
.grid-masonary {
  margin: 0 auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-masonary-col {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  padding: 28px 30px 48px 30px;
    border-width: 1px;
    border-color: #f1f1f1;
    background-color: #ffffff;
    position: relative;
}
.grid-masonary-col:last-child {
  display: inline-block;
  vertical-align: top;
  background-color: #ffe2da;
}
.grid-masonary-col:before {
  content: '”';
  position: absolute;
  bottom: 0;
  right: 25px;
  font-family: Anton, sans-serif;
  font-size: 50px;
  line-height: 1;
}
.grid-masonary-col-date {
  font-family: Roboto, sans-serif;
    font-size: 13px;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
}
.grid-masonary-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.grid-masonary {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
ul.footer-menu {
  list-style: none;
}
.container.container-2 {
  max-width: 1300px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  color: gray;
}

section.home-top {
  margin-top: 0;
}
@media (min-width: 1200px) {
  section.home-top {
    padding: 0px 60px 0px 60px;
  }
}
.donate-item-link span {
  width: 100%;
  border-radius: 0 !important;
  text-align: center;
  justify-content: center;
  margin: 0 !important;
  background: #ffe2da !important;
  border-color: #ffe2da !important;
  color: #ff9370 !important;
  padding: 12px 29px 14px !important;
}

.donate-item-link {
  position: relative;
  text-decoration: none; 
  display: inline-block;
}


.grid-item .donate-item-link {
  display: none;
  width: 100%;
  background-color: #f0e8f8;
  border: 1px solid #f0e8f8;
}
.grid-item:hover .donate-item-link {
  display: block;
}
.image-container {
  position: relative;
}
.grid-list-section .btn.third {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-size: 19px;
  display: none;
  vertical-align: middle;
  width: 100%;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 0;
}

.grid-list-section .grid-item:hover .btn.third {
  display: inline-flex;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
}
.grid-list-section .h.h2 {
margin-bottom: 3rem;
margin-top: 2rem;
}
.btn.third:hover {
  opacity: 1;
}

.image-container {
  position: relative;
}

.donate-text::before {
  content: "";
  position: absolute;

  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: left 0.3s;
}

.donate-text {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.main-navigation .header-actions {
  font-family: "Oswald", sans-serif;
}

.donate-text:hover::before {
  width: 100%;
}
.social-image {
  width: 20px;
  height: auto;
}

.contact-info-container .info {
  padding: 0 20px;
}

/* Скрытие кнопки меню и мобильного меню по умолчанию */
.menu-toggle,
.mobile-menu {
  display: none;
}

@media (max-width: 1200px) {
  .menu-toggle {
    display: block; /* Показать кнопку меню */
    position: absolute;
    right: 20px;
    z-index: 2; /* Убедитесь, что кнопка находится выше остального контента */
  }

  .main-navigation {
    display: none; /* Скрыть основное меню */
  }

  .mobile-menu {
    display: block; /* Показать мобильное меню */
    position: absolute;
    width: 100%;
    top: -100%;
    background: #fff;
    z-index: 100;
    transition: top 0.3s;
  }
   .header-2 .mobile-menu {
    top: -1000%;
  }

  .mobile-menu.active {
    top: 80px;
  }
   .header-2 .mobile-menu.active {
    top: 80px;
  }
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 101;
}

.menu-icon {
  display: grid;
  grid-template-columns: repeat(3, 6px);
  grid-gap: 5px;
  justify-content: center;
  align-items: center;
}

.menu-icon span {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

.menu-toggle.active .menu-icon {
  position: relative;
}

.menu-toggle.active .menu-icon span {
  background-color: transparent;
}

.menu-toggle.active .menu-icon span:before,
.menu-toggle.active .menu-icon span:after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 2px;
}

.menu-toggle.active .menu-icon span:before {
  transform: rotate(45deg); /* Поворот для Х */
}

.menu-toggle.active .menu-icon span:after {
  transform: rotate(-45deg); /* Поворот для Х */
}
nav li a {
  text-decoration: none;
}
@media (max-width: 1200px) {
  nav li {
    padding: 20px;
    position: relative;
  }
  nav li a {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-family: Oswald, sans-serif;
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}

nav ul li .menu-item-arrow {
  position: absolute;
  right: -7px;
  width: 22px;
  height: auto;
  color: currentColor;
  z-index: 9;
  cursor: pointer;
  transition: color 0.2s ease-out;
  transform: rotate(0);
  transition: transform 0.2s ease-out, color 0.2s ease-out;
}

.mobile-menu.active {
  padding-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}
.mobile-menu nav ul {
  padding-left: 7%;
  padding-right: 7%;
}
@media(max-width: 1199px) {
.header-inner .logo {
  margin-left: 20px;
}
}

.icon img {
  max-width: 100%;
  max-height: 120px;
  padding: 20px 0;
}
.partners-slider-container {
  align-items: center;
  
}
.partners-slider {
  background: #c1c1c1;
  position: relative;
  padding-left: 40px; 
    padding-right: 40px;
}
.swiper-slide {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .grid-masonary-col {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 576px) {
  .grid-masonary-col {
    width: 100%;
  }
  .grid-masonary-col:last-of-type {
    margin-bottom: 0;
  }
}

.main-header ul li {
  position: relative;
}


.main-header ul>li>a .menu-text, .header-actions .donate {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-size: 100% 100%;
  background-size: 0 100%;
  transition: .4s cubic-bezier(.33,.52,.05,.96);
  padding: 2px 0;
}

.header-2 .header-actions .donate {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
}

.main-header ul>li>a:hover .menu-text, .main-header li.menu-item.current-item .menu-text, .header-actions .donate {
  background-size: 100% 100%;
  position: relative;
}
.main-header.header-2 ul>li>a:hover .menu-text, .main-header.header-2 li.menu-item.current-item .menu-text, .header-2 .header-actions .donate {
  background-size: 100% 100%;
  position: relative;
}

.header-actions .donate:hover {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 2px), black 2px);
  background-size: 0 100%;
  transition: .4s cubic-bezier(.33,.52,.05,.96);
  padding: 2px 0;
}
.header-2 .header-actions .donate:hover {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
  background-size: 0 100%;
  transition: .4s cubic-bezier(.33,.52,.05,.96);
  padding: 2px 0;
}

.top-bar-inner a:hover {
  background-size: 100% 100%;
  position: relative;
}
.top-bar-inner a {
  font-family: Roboto;
  font-size: 13px;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), black 1px);
  background-size: 100% 100%;
  background-size: 0 100%;
  transition: .4s cubic-bezier(.33,.52,.05,.96);
  padding: 2px 0;
}
.header-2 .top-bar-inner a {
    background-image: linear-gradient(transparent calc(100% - 1px), white 1px);
}
.container-min {
  max-width: 960px;
  margin: auto;
}
.btn.btn-text {
    margin: 0;
}

.feedback__bottom .wpcf7-form-control.wpcf7-submit {
  position: relative;
  overflow: hidden;
}

.feedback__bottom .wpcf7-form-control.wpcf7-submit .btn-text {
  position: relative;
  display: inline-block;
}

.feedback__bottom .wpcf7-form-control.wpcf7-submit .btn-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  animation: hideShowUnderline 0.8s ease forwards;
}


.feedback__bottom .wpcf7-form-control.wpcf7-submit:hover .btn-text::after {
  animation: hideShowUnderlineReverse 0.8s ease forwards;
}


.btn.primary {
  position: relative;
  overflow: hidden;
  display: inline-block; /* Чтобы обеспечить корректное позиционирование псевдо-элемента */
}

.btn.primary .btn-text {
  position: relative;
  display: inline-block;
}

.btn.primary .btn-text::after {
  content: '';
  position: absolute;
  bottom: -5px; /* Настроить в зависимости от желаемого расстояния от текста */
  left: 0;
  width: 100%;
  height: 2px; /* Толщина подчеркивания */
  background-color: #9b8db7; /* Цвет подчеркивания */
  animation: hideShowUnderline 0.8s ease forwards;
}
.donate-button {
  position: relative;
  display: inline-block; /* Обеспечивает корректное отображение подчеркивания */
  overflow: hidden;
  text-decoration: none; /* Убираем стандартное подчеркивание ссылки, если есть */
}

.donate-button .btn-text {
  position: relative;
  display: inline-block;
}

.donate-button .btn-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px; 
  background-color: #fff; 
  transition: width 0.4s ease, left 0.4s ease;
}

.donate-button:hover .btn-text::after {
  width: 0;
  left: 100%;
  transition: left 0.4s ease, width 0.4s ease 0.4s;
}


@keyframes hideShowUnderline {
  0%, 100% { width: 100%; left: 0; }
  50% { width: 0; left: 100%; }
}

.btn.primary:hover .btn-text::after {
  animation: hideShowUnderlineReverse 0.8s ease forwards;
}

@keyframes hideShowUnderlineReverse {
  0%, 100% { width: 0; left: 100%; }
  50% { width: 100%; left: 0; }
}


.search-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe2da;
    z-index: 102;
    transform: translateY(-100%);
    transition: transform .6s ease;
}

.show-search {
    transform: translateY(0);
}
.show-search .searchform {
    position: relative;
}
.searchform input.searchform-input {
    
    letter-spacing: 0;
    color: #303030;
    font-size: 50px;
    line-height: 1.1em;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #f28f6f;
    background: 0 0;
    border: 0;
    border-radius: 0;
}
.show-search .search-line {
    width: 100%;
    transition: width .5s ease .6s;
    position: absolute;
    left: 0;
    bottom: -18px;
    border-bottom: 4px solid #f28f6f;
}

.serch-close {
    opacity: 0;
    visibility: hidden;
}
.show-search .serch-close {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 43px;
    right: 60px;
    color: #f28f6f;
    z-index: 1005;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.serch-close svg {
    transform: rotate(0);
    transition: transform .4s ease;
    fill: #f28f6f;
}

.main-header.header-2 {
  background: transparent;
}
@media(min-width: 1200px) {
.main-header.header-2 {
    margin-bottom: -150px;
    }
}
.header-2 .header-inner {
  position: relative;
    z-index: 100;
}
@media(min-width: 1200px) {
.header-2-img {
  position: relative;
  top: -150px;
}
}
@media(max-width: 1199px) {
    .header-2 .header-inner {
    padding-bottom: 15px;
    }
}
.header-2-img:after {
      position: relative;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header-2 .top-bar {
  background: transparent;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid white;
}

.header-content {
  text-align: center;
  position: absolute;
  top: 30%;
  width: 100%;
  z-index: 5;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  height: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  line-height: 87px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 2.4rem;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}
@media(max-width: 1199px) {
.header-2 .header-content {
  top: 50px;
}
}
.header-2-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 645px;
  z-index: -1;
}

@media(min-width: 1200px) {
.main-header.header-2 li.menu-item .menu-text {
 color: #fff;
}
}

.main-header.header-2 .mobile li.menu-item .menu-text {
 color: #000;
}

.header-2 .contact-info a, .header-2 .social-links a {
  color: #ffffff;
}

.main-header.header-2 ul>li>a .menu-text {
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 2px), white 2px);
  background-size: 100% 100%;
  background-size: 0 100%;
  transition: .4s cubic-bezier(.33,.52,.05,.96);
  padding: 2px 0;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  display: flex;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  justify-content: space-between;
}
h5.accordion {
  margin: 0;
}

.panel {
  padding: 0 0 30px;
  margin: 0;
  border-bottom: 2px solid #e0e0e0;
}

.accordion.active {
  border-color: transparent;
    padding-bottom: 12px;
}
.accordion:hover .icon--plus {
    opacity: 0;
}
.accordion:hover .icon--minus {
  opacity: 1;
}
.accordion.active .icon--plus {
  opacity: 0;
}
.accordion .icon--minus {
  opacity: 0;
}
.accordion.active .icon--minus {
  opacity: 1;
}
.accordion-mark span {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: opacity .2s ease-out;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-container {
  display: flex;
  gap: 30px;
}
.accordion-mark {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  line-height: 0;
  text-align: center;
  background: #f0e8f8;
  color: #9b8db7;
  border-radius: 50%;
}
.accordion-section .form-container {
  display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

.form-container .btn.primary {
    width: 100%;
}

.header-2 .social-links a img {
    filter: invert(100%);
}


.col-70 .h2 {
    margin: 2rem 0;
}

.form-container .panel p:last-child {
    padding-bottom: 15px;
}
@media(max-width: 1199px) {
.accordion-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding: 0 60px;
}
}
.info .h {
    margin: 2rem 0;
}